home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / HSTR_I.C < prev    next >
C/C++ Source or Header  |  1993-04-05  |  116b  |  8 lines

  1. .I 12 3
  2. #include <ctype.h>
  3.  
  4. #define NUL '\0'
  5. .I 17 1
  6.       while ((NUL != *cptr) && isxdigit(*cptr))
  7. .D 18 1
  8.